Resource StructureDefinition/FHIR Server from package ca.on.oh-setp#1.0.38 (47 ms)
Package | ca.on.oh-setp |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=ca.on.oh-setp@1.0.38&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-practitionerrole |
Url | http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-practitionerrole |
Version | 0.10.0 |
Status | active |
Date | 2022-10-15T12:00:00+00:00 |
Name | PractitionerRolePSON |
Title | PractitionerRole (PS-ON) |
Experimental | False |
Realm | ca |
Description | This profile defines a set of constraints to the FHIR PractitionerRole resource for use in Ontario Patient Summaries (PS-ON). It refines constraints applied to the the PractitionerRole resource by the PS-CA project to represent a practitioner acting as an observer for observation results for a specified organization. It is informed by the constraints of the [PractitionerRole-UV-IPS profile](http://hl7.org/fhir/uv/ips/StructureDefinition-PractitionerRole-uv-ips.html) and the [Canadian Baseline Profile](http://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-practitionerrole.html) to allow for cross-border and cross-jurisdiction sharing of details that support Diagnostic Result Information. |
Type | PractitionerRole |
Kind | resource |
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "ca-on-ps-profile-practitionerrole",
"url" : "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-practitionerrole",
"version" : "0.10.0",
"name" : "PractitionerRolePSON",
"title" : "PractitionerRole (PS-ON)",
"status" : "active",
"date" : "2022-10-15T12:00:00+00:00",
"publisher" : "Ontario Health",
"description" : "This profile defines a set of constraints to the FHIR PractitionerRole resource for use in Ontario Patient Summaries (PS-ON). It refines constraints applied to the the PractitionerRole resource by the PS-CA project to represent a practitioner acting as an observer for observation results for a specified organization. It is informed by the constraints of the [PractitionerRole-UV-IPS profile](http://hl7.org/fhir/uv/ips/StructureDefinition-PractitionerRole-uv-ips.html) and the [Canadian Baseline Profile](http://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-practitionerrole.html) to allow for cross-border and cross-jurisdiction sharing of details that support Diagnostic Result Information.",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "PractitionerRole",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "PractitionerRole.meta",
"path" : "PractitionerRole.meta",
"min" : 1,
"mustSupport" : true
},
{
"id" : "PractitionerRole.meta.profile",
"path" : "PractitionerRole.meta.profile",
"min" : 1,
"mustSupport" : true
},
{
"id" : "PractitionerRole.identifier",
"path" : "PractitionerRole.identifier",
"type" : [
{
"code" : "Identifier",
"profile" : [
"http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-identifier"
]
}
],
"comment" : "Can be populated with a system identifier such as a UUID. Should not be populated with college license number; license number should be conveyed in the Practitioner resource",
"mustSupport" : true
},
{
"id" : "PractitionerRole.practitioner",
"path" : "PractitionerRole.practitioner",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-practitioner"
]
}
],
"mustSupport" : true
},
{
"id" : "PractitionerRole.organization",
"path" : "PractitionerRole.organization",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-organization"
]
}
],
"mustSupport" : true
},
{
"id" : "PractitionerRole.code",
"path" : "PractitionerRole.code",
"definition" : "Roles which this practitioner is authorized to perform for the organization.",
"type" : [
{
"code" : "CodeableConcept",
"profile" : [
"http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-codeableconcept"
]
}
],
"binding" : {
"strength" : "preferred",
"description" : "A role type that is used to categorize an entity that delivers health care in an expected and professional manner to an entity in need of health care services. Examples: Registered Nurse, Chiropractor, Physician, Custodial Care Clinic.",
"valueSet" : "http://ontariohealth.ca/fhir/ValueSet/HealthcareProviderRoleType"
}
},
{
"id" : "PractitionerRole.code.coding",
"path" : "PractitionerRole.code.coding",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "$this"
}
],
"description" : "Discriminated by the bound value set",
"rules" : "open"
},
"mustSupport" : true,
"type" : [
{
"code" : "Coding",
"profile" : [
"http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-coding"
]
}
]
},
{
"id" : "PractitionerRole.code.coding:healthcareProfessionalRoles",
"path" : "PractitionerRole.code.coding",
"sliceName" : "healthcareProfessionalRoles",
"short" : "An optional slice for representing Healthcare professional role codes from International Standard Classification of Occupations (ISCO)",
"definition" : "Healthcare professional role codes from International Standard Classification of Occupations (ISCO).",
"binding" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "healthcareProfessionalRoles"
}
],
"strength" : "required",
"description" : "healthcare professional roles",
"valueSet" : "http://hl7.org/fhir/uv/ips/ValueSet/healthcare-professional-roles-uv-ips"
}
},
{
"id" : "PractitionerRole.code.coding:HealthcareProviderRoleType",
"path" : "PractitionerRole.code.coding",
"sliceName" : "HealthcareProviderRoleType",
"short" : "An optional slice for representing Healthcare professional role codes from International Standard Classification of Occupations (ISCO)",
"definition" : "Healthcare professional role codes from International Standard Classification of Occupations (ISCO).",
"binding" : {
"strength" : "required",
"description" : "A role type that is used to categorize an entity that delivers health care in an expected and professional manner to an entity in need of health care services. Examples: Registered Nurse, Chiropractor, Physician, Custodial Care Clinic.",
"valueSet" : "http://ontariohealth.ca/fhir/ValueSet/HealthcareProviderRoleType"
},
"mustSupport" : true
},
{
"id" : "PractitionerRole.specialty",
"path" : "PractitionerRole.specialty",
"short" : "PractitionerSpecialty",
"comment" : "PractitionerRole.specialty may be used in a future implemention of PS-ON if PractitionerRole.code does not provide a sufficient level of detail.",
"binding" : {
"strength" : "preferred",
"description" : "Defines the clinical, medical, surgical or other healthcare-related service specialty of a practitioner who interacts, treats or provides such services to or for a patient.",
"valueSet" : "https://fhir.infoway-inforoute.ca/ValueSet/practitionerspecialty"
}
},
{
"id" : "PractitionerRole.telecom",
"path" : "PractitionerRole.telecom",
"mustSupport" : true
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.